DevJourney

MATLAB/VIT/Sem I/Ex - 1/q2.m

syms x
f=sqrt(9*x^2+x)-3*x
L=limit(f,x,inf)
View on GitHub